home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
src
/
wangisrc.lha
/
wangi
/
z
/
CaBoom
/
gst.c
< prev
next >
Wrap
C/C++ Source or Header
|
1995-07-16
|
552b
|
28 lines
// ANSI headers
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
// Amiga headers
#include <exec/types.h>
#include <exec/memory.h>
#include <intuition/intuition.h>
#include <dos/dos.h>
#include <workbench/startup.h>
#include <graphics/gfxmacros.h>
// Protos
#include <proto/exec.h>
#include <proto/intuition.h>
#include <proto/dos.h>
#include <proto/commodities.h>
#include <proto/icon.h>
#include <proto/utility.h>
#include <proto/graphics.h>
#include <proto/layers.h>
#include <proto/timer.h>
// Amiga.lib
#include <clib/alib_protos.h>